home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / pine3.92 / contrib / carmel / README
Text File  |  1994-08-31  |  1KB  |  33 lines

  1. Further details on the Carmel driver and the modifications for
  2. the X-BWC-Glyph character set are under the doc directory.
  3.  
  4. Building the Carmel driver
  5. --------------------------
  6. 1. Build pine, the c-client and imapd as you would normally so
  7.    all machine dependent source directory links get set up correctly
  8.  
  9. 2. Copy all files from contrib/carmel/c-client into the Pine c-client
  10.    directory
  11.  
  12. 3. run "patch < Makefile.patch" to modify the Makefile.
  13.  
  14. 4. If you want the X-BWC-GLYPH character set stuff turned on in the
  15.    c-client for mail generated before 1994 make sure that
  16.    EXTRACFLAGS=-DBWC in the Makefile
  17.  
  18. 5. If you want the carmel driver to be the default for non-fully 
  19.    qualified names, change that in the Makefile for your system.
  20.  
  21. 6. If you want the X-BWC-Glyph display code turned on some patches
  22.    have to be applied to Pine.  If not, these steps can be skipped.
  23.    6a. Copy all the files from carmel/pine into the pine source 
  24.        directory.
  25.    6b. Run patch on each of them: "patch < makefile.ult", 
  26.        "patch < filter.c.pathc".
  27.    6c. You may have to add a -DBWC to the CFLAGS= line in the makefile
  28.        for your system if there is no patch file for your system.
  29.  
  30. 7. Remove the imapd executable imapd/imapd from the Pine source tree
  31.    to force it to be rebuilt (Make won't figure it out).
  32.  
  33. 8. Run build again from the top level directory